home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / ARCH_C41.ARJ / MEMORY.TXT < prev    next >
Text File  |  1991-12-23  |  3KB  |  65 lines

  1.  
  2.  
  3.                               Memory issues:
  4.  
  5. Do  not use any 'front end' program that branches to this program and  then 
  6. returns  back once this program is finished.   This type of program resides 
  7. in memory.  It may conflict with this program and it will reduce the amount 
  8. of memory available for this program.   An example of a 'front end' program 
  9. is AUTOMENU [TM].
  10.  
  11. If  you use any kind of front end menu,  this program will  be  unable,  in 
  12. time, to read its files.  Go into \ARCHITEC.ACS and execute this utility:  
  13.  
  14.                      CD \ARCHITEC.ACS
  15.                      MEMORY    <========= you enter this
  16. program responds  
  17. with this  =====>   Machine is 14 % full.  555 bytes are free.
  18.             
  19.  
  20. Observe  the '% full' number.   It should be between 8 and 16%.   If higher 
  21. than that,  you have something loaded into memory that is conflicting  with 
  22. the  program.   Remove it until the '% full' number is reduced to between 8 
  23. and 16.
  24.  
  25.  
  26.             Alternate methodology to check memory availability:
  27.  
  28. Look for the presence of 'MEMTEST.BAT' in \ARCHITEC.ACS.  If you observe this 
  29. 'BAT' file, then enter this command in the subdirectory:
  30.  
  31.                     MEMTEST    <======== you enter this 
  32.  
  33. The test that follows will display a memory usage and a memory map.
  34.  
  35.                        To rebuild corrupted indexes:
  36.  
  37. Let's  say that you are entering data and your power circuit has a  voltage 
  38. surge,  thereby locking up your computer.   When you power up  again,  your 
  39. indexes may have become corrupted and either you cannot go into the program 
  40. or the data files become unreadable.   If that happens,  use this procedure 
  41. in \ARCHITEC.ACS:
  42.             
  43.                                DEL *.MEM    <===== you enter these
  44.                                DEL *.NTX    <======
  45.                                GO           <====== 'GO' invokes PROGRAM.EXE
  46.  
  47. At this point,  the Installation menu will appear, indicate that you are on 
  48. a  hard drive and follow the instructions.   The program will then recreate 
  49. all the old indexes and attempt to read the old registration files. 
  50.  
  51.  
  52.             Alternate methodology to rebuild corrupted indexes:
  53.  
  54. Look in \ARCHITEC.ACS and execute this command:
  55.  
  56.                                  DIR *.BAT
  57.  
  58. If you see a file named "CRISIS.BAT",  then invoke this file instead of the 
  59. prior procedure.  It accomplishes the same thing.
  60.  
  61.  
  62.                     CRISIS   <========= you enter this
  63.  
  64.  
  65.